home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_objc.idb / usr / freeware / include / objpak / objpak.h.z / objpak.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  1.6 KB  |  64 lines

  1.  
  2. /*
  3.  * Portable Object Compiler (c) 1997,98,99.  All Rights Reserved.
  4.  * $Id: objpak.h,v 1.11 1999/06/23 19:22:13 stes Exp $
  5.  */
  6.  
  7. /*
  8.  * This library is free software; you can redistribute it and/or modify it
  9.  * under the terms of the GNU Library General Public License as published 
  10.  * by the Free Software Foundation; either version 2 of the License, or
  11.  * (at your option) any later version.
  12.  *
  13.  * This program is distributed in the hope that it will be useful,
  14.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.  * GNU Library General Public License for more details.
  17.  *
  18.  * You should have received a copy of the GNU Library General Public License
  19.  * along with this program; if not, write to the Free Software
  20.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21.  */
  22.  
  23. #ifndef __objpak__
  24. #define __objpak__
  25.  
  26. #define __objpak_revision__ "2.3.8"
  27.  
  28.  
  29. #include "stdio.h" /* FILE for printOn: prototype */
  30.  
  31. #ifndef __OBJECT_INCLUDED__
  32. #define __OBJECT_INCLUDED__
  33. #include "Object.h" /* Stepstone Object.h assumes #import */
  34. #endif
  35.  
  36. #if OBJC_BLOCKS
  37. #include "Block.h"
  38. #endif /* don't need this otherwise */
  39.  
  40. #ifdef __PORTABLE_OBJC__
  41. #include "Message.h"
  42. #endif
  43.  
  44. #include "ascfiler.h"
  45. #include "cltn.h"
  46. #include "ordcltn.h"
  47. #include "dictnary.h"
  48. #include "rectangl.h"
  49. #include "bag.h"
  50. #include "set.h"
  51. #include "stack.h"
  52. #include "sequence.h"
  53. #include "sortcltn.h"
  54. #include "ocstring.h" /* avoid confusion with string.h */
  55. #include "point.h"
  56. #include "array.h"
  57. #include "idarray.h"
  58. #include "intarray.h"
  59.  
  60. #endif /* __objpak__ */
  61.  
  62.  
  63.  
  64.